home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / mini_poo.swf / scripts / DefineButton2_42 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-11-09  |  123 b   |  11 lines

  1. on(release){
  2.    if(_root.sunet == 0)
  3.    {
  4.       _root.sunet = 1;
  5.    }
  6.    else
  7.    {
  8.       _root.sunet = 0;
  9.    }
  10. }
  11.